'Declaration Protected Function New( _
ByVal nameThe name.As System.String, _
ByVal sourceProcessingCommandsThe source processing commands.As System.Collections.Generic.IEnumerable(Of IProcessingCommandInfo) _
)
protected ProcessingCommandTree<TTarget>(
System.String name,
System.Collections.Generic.IEnumerable<IProcessingCommandInfo> sourceProcessingCommands
)
protected: ProcessingCommandTree<TTarget>(
System.String name,
System.Collections.Generic.IEnumerable<IProcessingCommandInfo*>* sourceProcessingCommands
)
protected:
ProcessingCommandTree<TTarget>(
System.String name,
System.Collections.Generic.IEnumerable<IProcessingCommandInfo^>^ sourceProcessingCommands
)
Parameters
- name
- The name.
- sourceProcessingCommands
- The source processing commands.